projects_with_repository_fields

Description#

This page contains information about projects_with_repository_fields.

Columns#

NameTypeDescription
idINTEGERThe unique primary key of the project in the Libraries.io database.
platformSTRINGThe name of the Package manager the project is available on.
nameSTRINGThe name of the project, unique by Platform (case sensitive).
created_timestampTIMESTAMPThe timestamp of when Libraries.io first discovered the project.
updated_timestampTIMESTAMPThe timestamp of when Libraries.io last saved a change to the project.
descriptionSTRINGDescription provided by the package manager, falling back to description from repository if empty.
keywordsSTRINGComma separated array of keywords if supported by package manager.
homepage_urlSTRINGURL of webpage or repository as provided by package managers that support it.
licensesSTRINGComma separated array of SPDX identifiers for licenses declared in package manager meta data or submitted manually by Libraries.io user via "project suggection" feature.
repository_urlSTRINGURL of source code repository declared in package manager metadata or submitted manually by Libraries.io user via "project suggection" feature.
versions_countINTEGERNumber of published versions of the project found by Libraries.io.
sourcerankINTEGERLibraries.io defined score based on quality, popularity and community metrics.
latest_release_publish_timestampTIMESTAMPTime of the latest release detected by Libraries.io (ordered by semver, falling back to publish date for invalid semver).
latest_release_numberSTRINGVersion number of the latest release detected by Libraries.io (ordered by semver, falling back to publish date for invalid semver).
package_manager_idINTEGERUnique ID of project from package manager API, only currently used by PlatformIO.
dependent_projects_countINTEGERNumber of other projects that declare the project as a dependency in one or more of their versions.
languageSTRINGPrimary programming language the project is written in, pulled from the repository if source is hosted on GitHub.
statusSTRINGEither Active, Deprecated, Unmaintained, Help Wanted, Removed, no value also means active. Updated when detected by Libraries.io or submitted manually by Libraries.io user via "project suggection" feature.
last_synced_timestampTIMESTAMPTimestamp of when Libraries.io last synced the project from it's package manager API.
dependent_repositories_countINTEGERThe total count of open source repositories that list the project as a dependency as detected by Libraries.io.
repository_idINTEGERThe unique primary key of the repository for this project in the Libraries.io database.
repository_host_typeSTRINGWhich website the repository is hosted on, either GitHub, GitLab or Bitbucket.
repository_name_with_ownerSTRINGThe repository name and owner seperated by a slash, also maps to the url slug on the given repository host e.g. librariesio/libraries.io.
repository_descriptionSTRINGDescription of repository.
repository_forkBOOLEANIs the repository a fork of another.
repository_created_timestampTIMESTAMPTimestamp of when the repository was created on the host.
repository_updated_timestampTIMESTAMPTimestamp of when the repository was last saved by Libraries.io.
repository_last_pushed_timestampTIMESTAMPTimestamp of when the repository was last pushed to, only available for GitHub repositories.
repository_homepage_urlSTRINGURL of a declared homepage or other website for the repository.
repository_sizeINTEGERSize of the repository in kilobytes, only available for GitHub and Bitbucket.
repository_stars_countINTEGERNumber of stars on the repository, only available for GitHub and GitLab.
repository_languageSTRINGPrimary programming language the project is written in, only available for GitHub and Bitbucket.
repository_issues_enabledBOOLEANIs the bug tracker enabled for this repository?.
repository_wiki_enabledBOOLEANIs the wiki enabled for this repository?.
repository_pages_enabledBOOLEANIs GitHub pages enabled for this repository? only possible for GitHub.
repository_forks_countINTEGERNumber of forks of this repository.
repository_mirror_urlSTRINGURL of the repositroy of which this is a mirror of, only present if this repository is a mirror of another.
repository_open_issues_countINTEGERNumber of open issues on the repository bug tracker, only available for GitHub and GitLab.
repository_default_branchSTRINGPrimary branch of the repository.
repository_watchers_countINTEGERNumber of subscribers to all notifications for the repository, only available for GitHub and Bitbucket.
repository_uuidSTRINGID of the repository on the remote host, not unique between GitLab and GitHub repositories.
repository_fork_source_name_with_ownerSTRINGIf the repository is a fork, the repository name and owner seperated by a slash of the repository if was forked from.
repository_licenseSTRINGSPDX identifier of the license of the repository, only available for GitHub repositories.
repository_contributors_countINTEGERNumber of unique contributors that have committed to the default branch.
repository_readme_filenameSTRINGIf a readme file has been detected, the full name of the readme file, e.g README.md.
repository_changelog_filenameSTRINGIf a changelog file has been detected, the full name of the changelog file, e.g changelog.txt.
repository_contributing_guidelines_filenameSTRINGIf a contributing guidelines file has been detected, the full name of the contributing guidelines file, e.g contributing.md.
repository_license_filenameSTRINGIf a license file has been detected, the full name of the license file, e.g LICENSE.
repository_code_of_conduct_filenameSTRINGIf a code of conduct file has been detected, the full name of the code of conduct file, e.g code_of_conduct.md.
repository_security_threat_model_filenameSTRINGIf a Security Threat Model file has been detected, the full name of the Security Threat Model file, e.g threatmodel.md.
repository_security_audit_filenameSTRINGIf a Security Audit file has been detected, the full name of the Security Audit file, e.g security.md.
repository_statusSTRINGEither Active, Deprecated, Unmaintained, Help Wanted, Removed, no value also means active. Updated when detected by Libraries.io or su. manually by Libraries.io user via "repo suggection" feature.
repository_last_synced_timestampSTRINGTimestamp of when Libraries.io last synced the repository from the host API.
repository_sourcerankINTEGERLibraries.io defined score based on quality, popularity and community metrics.
repository_display_nameSTRINGDisplay name for the repository, only available for GitLab repositories.
repository_scm_typeSTRINGType of source control repository uses, always "git" for GitHub and GitLab.
repository_pull_requests_enabledSTRINGAre pull requests enabled for this repository? Only available for GitLab repositories.
repository_logo_urlSTRINGCustom logo url for repository, only available for GitLab repositories.
repository_keywordsSTRINGComma separated array of keywords, called "topics" on GitHub, only available for GitHub and GitLab.
bhSTRINGNone